object MsgHeaderDlg: TMsgHeaderDlg Left = 200 Top = 108 Width = 435 Height = 300 BorderIcons = [biSystemMenu, biMaximize] Caption = 'Message Header Information' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Menu = MainMenu1 Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object HederViewer: TMemo Left = 10 Top = 10 Width = 407 Height = 215 Align = alClient ScrollBars = ssVertical TabOrder = 0 end object StatusBar1: TStatusBar Left = 0 Top = 235 Width = 427 Height = 19 Panels = <> SimplePanel = False end object Panel1: TPanel Left = 417 Top = 10 Width = 10 Height = 215 Align = alRight BevelOuter = bvNone Color = clSilver TabOrder = 2 end object TPanel Left = 0 Top = 225 Width = 427 Height = 10 Align = alBottom BevelOuter = bvNone Color = clSilver TabOrder = 3 end object Panel2: TPanel Left = 0 Top = 10 Width = 10 Height = 215 Align = alLeft BevelOuter = bvNone Color = clSilver TabOrder = 4 end object Panel3: TPanel Left = 0 Top = 0 Width = 427 Height = 10 Align = alTop BevelOuter = bvNone Color = clSilver TabOrder = 5 end object MainMenu1: TMainMenu Left = 392 Top = 208 object File3: TMenuItem Caption = '&File' ShortCut = 0 object SaveAs2: TMenuItem Caption = 'Save &As...' ShortCut = 0 OnClick = SaveAs2Click end object N5: TMenuItem Caption = '-' ShortCut = 0 end object Print2: TMenuItem Caption = '&Print...' ShortCut = 0 OnClick = Print2Click end object PrintSetup2: TMenuItem Caption = 'P&rint Setup...' ShortCut = 0 OnClick = PrintSetup2Click end object N4: TMenuItem Caption = '-' ShortCut = 0 end object Exit2: TMenuItem Caption = 'E&xit' ShortCut = 0 OnClick = Exit2Click end end object Edit1: TMenuItem Caption = '&Edit' ShortCut = 0 object Cut1: TMenuItem Caption = 'Cu&t' ShortCut = 16472 OnClick = Cut1Click end object Copy1: TMenuItem Caption = '&Copy' ShortCut = 16451 OnClick = Copy1Click end end end object PrintDialog1: TPrintDialog Left = 360 Top = 208 end object SaveDialog1: TSaveDialog DefaultExt = 'txt' FileEditStyle = fsEdit Filter = 'Text Files|*.txt|All Files|*.*' Left = 328 Top = 208 end object PrinterSetupDialog1: TPrinterSetupDialog Left = 296 Top = 208 end end